home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 89
/
PIWD89.iso
/
pc
/
CONTENTS
/
BONUS
/
FULL
/
wikiwriter
/
setup-ww2x.exe
/
{app}
/
help
/
tutor07.db
< prev
next >
Wrap
Text File
|
2002-09-25
|
968b
|
38 lines
@@title WikiWriter Tutorial: Build numbered lists
.nav WikiWriter Tutorial: ((tutor06|Prev)) | ((tutor00|Up)) | ((tutor08|Next))
.end
== Build numbered lists
To make a numbered list, use the "hash" (pound sign) token for each list item, with a slash-hash (/#) on a line by itself to mark the end of the list:
<pre>
# List item one
# List item two
# List item three
/#
</pre>
gives you:
# List item one
# List item two
# List item three
/#
Try it out.
Still working on [[b Second Page]], change each star token to a hash token, and change the slash-star to a slash-hash:
<pre># Link back to ((Home)).
# This link goes to the ((Third Page|next)) page.
/#
</pre>
Here's the result:
.result
== My second page.
# Link back to ((Home)).
# This link goes to the ((Third Page|next)) page.
/#
.end
.nav WikiWriter Tutorial: ((tutor06|Prev)) | ((tutor00|Up)) | ((tutor08|Next))
.end